home *** CD-ROM | disk | FTP | other *** search
- <P ALIGN=center>
- <A HREF="" onClick="changeContent(); return false;">
- Click Here To Change Content
- </A>
- </P>
-
- <P><FONT ID=first FACE="Arial, Helvetica" SIZE=+2">
- Generic Content That Will Be Replaced
- </FONT></P>
-
- <P><FONT ID=second FACE="Arial, Helvetica" SIZE=+2">
- Generic Content That Will Be Replaced
- </FONT></P>
-
- <P><FONT ID=third FACE="Arial, Helvetica" SIZE=+2">
- Generic Content That Will Be Replaced
- </FONT></P>
-
- <P><FONT ID=fourth FACE="Arial, Helvetica" SIZE=+2">
- Generic Content That Will Be Replaced
- </FONT></P>
-
- <SCRIPT>
- function changeContent()
- {
- beginText = "<B>Content Replaced By The <TT>";
- endText = "</TT> Property</B>";
-
- document.all.first.innerHTML = beginText + "innerHTML" + endText;
- document.all.second.innerText = beginText + "innerText" + endText;
- document.all.third.outerHTML = beginText + "outerHTML" + endText;
- document.all.fourth.outerText = beginText + "outerText" + endText;
- }
- </SCRIPT>
-